runtime.mstats.last_gc_nanotime (field)
3 uses
runtime (current package)
mgc.go#L560: lastgc := int64(atomic.Load64(&memstats.last_gc_nanotime))
mgc.go#L991: atomic.Store64(&memstats.last_gc_nanotime, uint64(now)) // monotonic time for us
mstats.go#L89: last_gc_nanotime uint64 // last gc (monotonic time)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)